home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / comms / other / amiftpd / amiftpd.history < prev    next >
Text File  |  1999-06-14  |  2KB  |  55 lines

  1.                           AmiFTPd changes history
  2.  
  3.    Visit http://www.cnetbbs.net/amiftpd/ for docs & ordering information
  4.    ---------------------------------------------------------------------
  5.  
  6. (Changes v1.2)
  7.  
  8. 1.  Fixed some DVFS security problems that were caused by my inadvertent
  9.     disabling of internal code for testing purposes. (oops!)
  10.  
  11. 2.  Fixed problem with invalid command line arguments causing enforcer hits.
  12.  
  13. 3.  Implemented long line protection on control stream.
  14.  
  15. 4.  Fixed RWED ghosting when selecting a DVFS map with '*' enabled.
  16.  
  17. 5.  Fixed main window gadget ghosting when AmiFTPd GUI is opened via
  18.     Commodities Exchange.
  19.  
  20. (Changes v1.3)
  21.  
  22. 1.  Fixed what should be the last DVFS security bug, relating to recursion.
  23.  
  24. 2.  Removed external "delete" dependency.
  25.  
  26. 3.  Sessions are now selectable and can be killed discriminantly.  To
  27.     select a session, simply click on the entry in the upper list.  To
  28.     deselect the session click on any non-listview area.
  29.  
  30. (Changes v1.4)
  31.  
  32. 1.  File-Types support added.  File-types allow you to set a file
  33.     pattern that can be denied/disallowed upload and/or post-processed
  34.  
  35.     FileType Attributes
  36.     -------------------
  37.     Pattern         - the AmigaDOS file pattern to which a set of conditions
  38.                       will apply.
  39.  
  40.     Post-upload cmd - an AmigaDOS command or AmigaDOS/ARexx script that will
  41.                       be performed on files matching the given
  42.                       file-type/pattern.  Note that a %s in this command will
  43.                       be replaced with the full path/filename of the
  44.                       upload.  (e.g. "c:lha t %s")
  45.  
  46.     Allow           - if checked, files matching the given file-type/pattern
  47.                       will be accepted for upload; else they will be denied.
  48.  
  49.  
  50.     NOTE: You do not need to have file-types.  By default, any filenames
  51.           that do not match configured file-type patterns are alllowed.  If
  52.           there are no file-types configured, ALL filenames are allowed for
  53.           upload, provided they are within DVFS and user permission constraints.
  54.  
  55.